Search
Matrix3D.fill Method
See Also
 






Fills the matrix with an array, starting from the top left, filling horisontally.

Namespace: MindFusion.Charting.ThreeD
File: Matrix3D.js

 Syntax

JavaScript  Copy Code

function fill (array)

 Parameters

array

The array to be filled in the matrix.

 See Also